In [1]:
import plotly.express as px
import plotly
from PIL import Image
from matplotlib import pyplot as plt

Some Example Title 2¶

HI, this is just me writing some stuff

A link

A Table¶

X Y
1 1.2
2 5
3 6

A Dynamic JS-based Graph¶

In [3]:
px.scatter(x=[1, 2, 3], y=[1, 2, 3])

An Image¶

In [ ]: